chore(connector): record the published registry version 0.1.0 - #14
Merged
Conversation
The MCP Registry entry was corrected on 2026-09-04. `run.agentdrive/agentdrive` 0.1.0 is now live and serves the canonical transport: https://drive.mcp.tokencanopy.com/mcp PR #13 fixed the URL in this file but left `version` at 0.0.1, which the registry will not accept as an update — a republish needs a new version. The publish therefore went out as 0.1.0 and this file was left behind it. Bring them back into agreement. The previous 0.0.1 entry, which pointed at the retired `api.agentdrive.run/mcp` (NXDOMAIN), is now marked `deprecated` in the registry rather than deleted: it is a real historical version, and deprecating it keeps a version-pinned client from resolving a dead host. A default `version=latest` lookup returns only 0.1.0. Note that editing this file does not itself publish anything. The live listing is updated by `mcp-publisher`, authenticated by a DNS-verified key on the namespace's domain. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W1nxC2LaqTPrix7CL4Ehuv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The MCP Registry entry has been corrected.
run.agentdrive/agentdrive0.1.0 is live and serves the canonical transport:#13 fixed the URL in
connector/server.jsonbut leftversionat0.0.1. The registry will not accept a republish without a version bump, so the publish went out as0.1.0and this file fell a version behind. This brings them back into agreement — it is a one-line change.Registry state, verified live
A default
?version=latestlookup returns only0.1.0.0.0.1was deprecated rather than deleted: it's a real historical version, and deprecating it stops a version-pinned client resolving a host that no longer exists (api.agentdrive.runis NXDOMAIN).Note for future readers
Editing this file does not publish anything. The live listing is updated with
mcp-publisher, authenticated by a DNS-verified key on the namespace's domain — which forrun.agentdrive/*means a TXT record onagentdrive.run, a domain that has otherwise been retired. That coupling is the argument for eventually moving the namespace tocom.tokencanopy/agentdrive; it is not addressed here.🤖 Generated with Claude Code
https://claude.ai/code/session_01W1nxC2LaqTPrix7CL4Ehuv